home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13822 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: melimelo.enst-bretagne.fr!newsmaster
  2. From: Laurent.Guerby@enst-bretagne.fr (Laurent Guerby)
  3. Newsgroups: comp.lang.ada,comp.lang.c
  4. Subject: Re: ANSI C and POSIX
  5. Date: 10 Apr 1996 15:37:53 +0200
  6. Organization: Telecom Bretagne
  7. Sender: guerby@leibniz.enst-bretagne.fr
  8. Distribution: world
  9. Message-ID: <4xlok4b3ny.fsf_-_@leibniz.enst-bretagne.fr>
  10. References: <JSA.96Feb16135027@organon.com> <dewar.829051685@schonberg>
  11.     <829066525snz@genesis.demon.co.uk> <dewar.829096975@schonberg>
  12.     <4kf8k1INN68b@keats.ugrad.cs.ubc.ca>
  13. NNTP-Posting-Host: leibniz.enst-bretagne.fr
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=US-ASCII
  16. Content-Transfer-Encoding: 7bit
  17. In-reply-to: c2a192@ugrad.cs.ubc.ca's message of 9 Apr 1996 20:06:41 -0700
  18. X-Newsreader: Gnus v5.0.15
  19.  
  20. [comp.lang.c++ and comp.edu removed]
  21.  
  22. Kazimir Kylheku writes
  23. [deleted]
  24. : BTW, I checked the Ada POSIX standard too, but that reads like a VCR manual
  25. : from 1984.  ;)  heh
  26.  
  27.    This  may be the  case for the  Ada POSIX Binding (I don't remenber
  28. the POSIX number,  I don't know the  status of this,  still  Ada 83 or
  29. updated to take advantage  of Ada 95 ?).   But this definitely not the
  30. case for Ada  (83 and 95 standards)  IO  where the specifications  are
  31. most      of  the  time      crystal    clear   (nearly  nothing    is
  32. implementation-defined, except the concept of "external file" which is
  33. left to the OS/implementor ;-).
  34.  
  35.    The POSIX  (C language)  interfaces  are of interest  for compilers
  36. writers who  have to write  (sometimes in   a  portable way)  the  Ada
  37. standard libraries (based  on UNIX/C routines). But  as pointed out (I
  38. think ;-) by Robert  Dewar, the specs  of these POSIX routines are not
  39. accurate enough (sometimes), welcome to pages of #ifdef.
  40.  
  41. -- 
  42. --  Laurent Guerby, student at Telecom Bretagne (France), Team Ada
  43. --  "Use the Source, Luke. The Source will be with you, always (GPL)"
  44. --  http://www-eleves.enst-bretagne.fr/~guerby/ (GATO Project)
  45. --  Try GNAT, the GNU Ada 95 compiler (ftp://cs.nyu.edu/pub/gnat)
  46.